Vapi Metadata Metamodel ErrorInfo
The Vapi Metadata Metamodel ErrorInfo schema contains the metadata information about the error elements contained in an operation element.
{
"structure_id": "string",
"documentation": "string"
}
Identifier for the structure element corresponding to the error that is being reported by the operation.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vapi.structure
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vapi.structure
.
The English language documentation for the error element. It can contain HTML markup and Javadoc tags.